Asynchronous method which runs a list of features on a LEADDocument, returning the results of processing. This API can be run for specific pages.
public Task<List<ElementSetResult>> Run(
List<IFeature> features,
LEADDocument document,
int from,
int to,
CancellationToken token
)
Public Function Run(
ByVal features As List(Of IFeature
),
ByVal document As LEADDocument,
ByVal from As Integer,
ByVal to As Integer,
ByVal token As CancellationToken) As Task(Of List(Of ElementSetResult))
public:
Task<List<ElementSetResult^>^>^ Run(
List<IFeature^>^ features,
LEADDocument^ document,
Int32 from,
Int32 to,
CancellationToken^ token
)
features
List of features to run on the document.
document
The document on which the features will be run.
from
Page from which to start, 1-based.
to
Page to end at, 1-based.
token
A CancellationToken enables cooperative cancellation between threads or Task objects. You create a cancellation token by instantiating a CancellationTokenSource object, which manages cancellation tokens retrieved from its CancellationTokenSource.
Results of processing the document.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document